[Event_Schedule:
	-URL='http://www.domain.com',  // URL to execute, can include URL parameters
	-Start=(Date_GetCurrentDate),  // The date/time to execute, defaults to today
	-End=(Date:(var:'MyDateVar')),			       // The date/time to stop, defaults to never
    -Repeat=true,	               // True/False, should this repeat? Defaults to false, and true if -Delay passed
    -Restart=true,	               // True/False, should this continue to execute after restart. Defaults to false
    -Delay=(#Minutes),             // Number of minutes to wait between executing the event
    -Username,				       // Username for authentication
    -Password]				       // Password for authentication

Only -URL is required, all others are optional